cover
Contact Name
Anik Vega Vitianingsih
Contact Email
vega@unitomo.ac.id
Phone
+6281332765765
Journal Mail Official
ijair@unitomo.ac.id
Editorial Address
Jl. Semolowaru no 84, Surabaya, 60118
Location
Kota surabaya,
Jawa timur
INDONESIA
International Journal of Artificial Intelligence and Robotics (IJAIR)
ISSN : -     EISSN : 26866269     DOI : 10.25139
International Journal of Artificial Intelligence & Robotics (IJAIR) is One of the journals published by Informatics Department, Universitas Dr Soetomo, was established in November 2019. IJAIR a double-blind peer-reviewed journal, the aim of this journal is to publish high-quality articles dedicated to the field of information and communication technology, Published 2 times a year in November and May. Focus and Scope: Machine Learning & Soft Computing, Data Mining & Big Data, Computer Vision & Pattern Recognition dan Robotics.
Articles 5 Documents
Search results for , issue "Vol. 3 No. 2 (2021): November 2021" : 5 Documents clear
Automation System for the Disposal of Feces and Urine in Rabbit Cages Using Arduino Yudi Kristyawan; Atinus Yikwa
International Journal of Artificial Intelligence & Robotics (IJAIR) Vol. 3 No. 2 (2021): November 2021
Publisher : Informatics Department-Universitas Dr. Soetomo

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (383.054 KB) | DOI: 10.25139/ijair.v3i2.3347

Abstract

Farming rabbits in large numbers produce large amounts of feces and urine. A cage full of feces and urine can cause health problems for rabbits. This research aims to produce an automation system for the disposal of feces and urine in rabbit cages using an Arduino board and implemented in a prototype form. This system uses electronic devices including load cells, HX711 Module to make it easier to read load cells in measuring weight, real-time clock (RTC) for timing, ultrasonic sensor HC-SR04 to detect the presence of a certain object, dc motor, L298N motor driver module to control a dc motor, an LCD 16x2 module to display the weight and height of feces and urine, a buzzer as a notification of the status of the container if it is full, and an Arduino Uno as a controller of the entire system. The system operates so that the feces excreted by the rabbit fall onto the conveyor belt. At the same time, the urine passes via the conveyor belt and falls into the cross-section before being pumped into the urine collection container. The feces on the conveyor belt will be moved with a dc motor towards the stool container based on a certain time. Each stool and urine container is weighed with a load cell and ultrasonic sensor to detect when the container is full. Then the condition of the load cell and the ultrasonic sensor is displayed on an LCD 16x2. When one or both containers are full, a buzzer will sound as a notification. The method used in this research is an experimental method by manipulating or controlling natural situations into artificial conditions. The artificial condition is the provision of deliberate control over the object of study. The test results show that this system can remove waste based on the time using a belt conveyor and monitoring the weight and height of the dirt. If the dirt has met the specified limit, the system can activate an alarm as a notification.
Recognition of Korean Alphabet (Hangul) Handwriting into Latin Characters Using Backpropagation Method Anang Aris Widodo; Muchammad Yuska Izza Mahendra; Mohammad Zoqi Sarwani
International Journal of Artificial Intelligence & Robotics (IJAIR) Vol. 3 No. 2 (2021): November 2021
Publisher : Informatics Department-Universitas Dr. Soetomo

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (531.095 KB) | DOI: 10.25139/ijair.v3i2.4210

Abstract

The popularity of Korean culture today attracts many people to learn everything about Korea, especially in learning the Korean language. To learn Korean, you must first know Korean letters (Hangul), which are non-Latin characters. Therefore, a digital approach is needed to recognize handwritten Korean (Hangul) words easily. Handwritten character recognition has a vital role in pattern recognition and image processing for handwritten Character Recognition (HCR). The backpropagation method trains the network to balance the network's ability to recognize the patterns used during training and the network's ability to respond correctly to input patterns that are similar but not the same as the patterns used during training. This principle is used for character recognition of Korean characters (Hangul), a sub-topic in fairly complex pattern recognition. The results of the calculation of the backpropagation artificial neural network with MATLAB in this study have succeeded in identifying 576 image training data and 384 Korean letter testing data (Hangul) quite well and obtaining a percentage result of 80.83% with an accuracy rate of all data testing carried out on letters. Korean (Hangul).
Optimization of Breadth-First Search Algorithm for Path Solutions in Mazyin Games Bonifacius Vicky Indriyono; Widyatmoko
International Journal of Artificial Intelligence & Robotics (IJAIR) Vol. 3 No. 2 (2021): November 2021
Publisher : Informatics Department-Universitas Dr. Soetomo

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (381.647 KB) | DOI: 10.25139/ijair.v3i2.4256

Abstract

A game containing elements of artificial intelligence, of course, requires an algorithm in its application. One example of a game that includes elements of artificial intelligence is the Labyrinth game. Maze is a simple educational game. This game is known as finding a way out of the maze to arrive at a predetermined goal. The labyrinth encounters numerous obstacles along the way, such as dead ends and parapets, to reach the target location. In this game, players are required to think logically about how to find the right maze path. The obstacle faced in this game is that sometimes players have difficulty finding a way out, especially if the game level has reached a high level in the process of finding a way out. To solve this problem, a graph tracing technique is needed. The Breadth-First Search (BFS) strategy can be used in conjunction with various graph search algorithms. An example of a broad search method is the Breadth-First Search Algorithm, which works by visiting nodes at level n first before moving on to nodes at level n+1. The advantage of the Breadth-First Search algorithm is that it can find a solution as the shortest path and find the minimum solution if there is more than one solution. This study will discuss how to find a path for the Labyrinth using the BFS algorithm. The result of applying this BFS algorithm is the shortest route solution raised so that the Labyrinth can arrive at the destination point through the route provided.
Improvement Of Query Speaking on The Indonesian to Madura Dictionary Using Levenshtein Distance Method M. Yahya Ubaidillah; Muchamad Kurniawan; Septiyawan Rosetya Wardhana
International Journal of Artificial Intelligence & Robotics (IJAIR) Vol. 3 No. 2 (2021): November 2021
Publisher : Informatics Department-Universitas Dr. Soetomo

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (354.531 KB) | DOI: 10.25139/ijair.v3i2.4394

Abstract

Men are distinguished from other living beings by their use of language, which becomes one of their most distinctive and humanistic qualities. Many different languages are spoken worldwide, including Indonesian, which has approximately 742 different dialects. Due to the unique language of Madura, which is located on a large island with numerous beach tourism destinations, tourists will have difficulty navigating the island. People outside Madura Island who come to visit or vacation will find it difficult to communicate with the locals during their stay or holiday. An Indonesian to Madurese translation dictionary is therefore required in this case. The Levenshtein Distance method was employed in this investigation. The algorithm in the dictionary is used to process the search for the closest distance (dif) between the words being inputted and the words that are already in the database. To provide a prototype for the use of dictionaries. Indonesian and Madurese data sets were used in the investigation by the researcher. According to the simulation results acquired after multiple trials, the error accuracy was 90 % for the first letter input, 84 % for the middle letter input, and 84 % for the last letter input for the first letter. As a result, according to the study's findings, the accuracy of this dictionary increased by 86 %. The first letter received 90 % of the votes, the middle letter received 84 %, and the last letter received 84 %. As a result, according to the study's findings, the accuracy of this dictionary increased by 86 %. The first letter received 90 % of the votes, the middle letter received 84 %, and the last letter received 84 %. As a result, according to the study's findings, the accuracy of this dictionary increased by 86 %.
Convolutional Neural Network Method for Classification of Syllables in Javanese Script Yuli Fauziah; Kevin Aprilianta; Heru Cahya Rustamaji
International Journal of Artificial Intelligence & Robotics (IJAIR) Vol. 3 No. 2 (2021): November 2021
Publisher : Informatics Department-Universitas Dr. Soetomo

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (543.978 KB) | DOI: 10.25139/ijair.v3i2.4395

Abstract

Javanese script is one of the languages which are a typical Javanese culture. Javanese script is seen in its use in writing the name of a particular agency or location that has historical and tourism value. The use of Javanese script in public places makes the existence of this script seen by many people, not only by the Javanese people. Some of them have difficulty recognizing the Javanese characters they encounter. One method of pattern recognition and image processing is Convolutional Neural Network (CNN). CNN is a method that uses convolution operations in performing feature extraction on images as a basis for classification. The process consists of initial data processing, classification, and syllable formation. The classification consists of 48 classes covering Javanese script types, namely basic letters (Carakan) and voice-modifying scripts (Sandhangan). It is tested with multi-class confusion matrix scenarios to determine the accuracy, precision, and recall of the built CNN model. The CNN architecture consists of three convolution layers with max-pooling operations. The training configuration includes a learning rate of 0.0001, and the number of filters for each convolution layer is 32, 64, and 128 filters. The dropout value used is 0.5, and the number of neurons in the fully-connected layer is 1,024 neurons. The average performance value of accuracy reached 87.65%, the average precision value was 88.01%, and the average recall value was 87.70%.

Page 1 of 1 | Total Record : 5